home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / general / winmon.exe / TESTMON.H < prev    next >
Text File  |  1993-06-30  |  470b  |  27 lines

  1. /*
  2. ;
  3. ;  File: TESTMON.H  - defines & prototypes for TestMon.Exe
  4. ;
  5. ;  Copyright 1993, David Burki
  6. ;  All rights reserved.
  7. ;
  8. ;  Author: D. Burki
  9. ;  Created: June 24, 1993
  10. ;
  11. */
  12.  
  13. LRESULT CALLBACK _export WndProc( HWND, UINT, UINT, LONG );
  14.  
  15.  
  16. /*
  17. ; Menu defines for for TestMon
  18. */
  19. #define  IDM_APPEND     600
  20. #define  IDM_CLEAR      601
  21. #define  IDM_OVERWRITE  602
  22. #define  IDM_PAUSE      603
  23. #define  IDM_TIME       604
  24. #define  IDM_SEND_MSG   605
  25.  
  26.  
  27.